<?xml version="1.0"?>
<component name="org.nuxeo.coldstorage.bulk.contrib.override">

  <require>org.nuxeo.coldstorage.bulk.contrib</require>

  <extension point="actions" target="org.nuxeo.ecm.core.bulk">
    <action batchSize="20" bucketSize="100" httpEnabled="true" inputStream="bulk/moveToColdStorage" name="moveToColdStorage"/>
    <action batchSize="20" bucketSize="100" httpEnabled="false" inputStream="bulk/propagateMoveToColdStorage" name="propagateMoveToColdStorage"/>
    <action batchSize="20" bucketSize="100" httpEnabled="false" inputStream="bulk/propagateRestoreFromColdStorage" name="propagateRestoreFromColdStorage"/>
    <action batchSize="20" bucketSize="100" httpEnabled="false" inputStream="bulk/checkColdStorageAvailability" name="checkColdStorageAvailability"/>
  </extension>

</component>
